home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1677 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.8 KB

  1. Subject: Re: some more 110h4 clues...
  2. Date: Mon, 4 Jul 94 16:14:14 +0100
  3. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  4. In-Reply-To: <9407031033.AA00399@jelal.north.de>; from "Juergen Lock" at Jul 3, 94 12:33 pm
  5.  
  6. >  thanx!  i'm sorry for all the trouble, i still have no '030 to test MMU
  7. > stuff myself... :/  i hope i this is better.
  8.  
  9.  It is *better*, but still not *perfect*. :-(
  10.  
  11.  All cases of directly susequent p_fork/p_vfork and p_exec seem to work now,
  12. every shell can start every program, either in background or in foreground
  13. without problems, but getty still crashes with something like:
  14.  
  15. type = free  AA=11BE024  BP=11BE000
  16.  
  17.  when overlaying itself with login. Looks like the process doesn't own its
  18. own basepage. To make it even more complicate: This all only happens if
  19. there's actually more than one getty running, say, the cain:
  20.  
  21. PID 001 (init): p_vfork()
  22. PID 002 (init): p_exec(200, "getty")
  23. PID 002 (getty): p_exec(200, "login")
  24.  
  25.  works perfectly well, but as soon as you start several getties, so that it
  26. looks like:
  27.  
  28. PID 001 (init): p_vfork()
  29. PID 002 (init): p_exec(200, "getty")
  30. PID 001 (init): p_vfork()
  31. PID 003 (init): p_exec(200, "getty")
  32. PID 002 (getty): p_exec(200, "login")
  33.  
  34.  you'll run into problems. Note that it's the first getty started (PID 2) that
  35. crashes! If you log onto another tty so that the *last* started getty (in this
  36. case PID 3) will overlay itself, everything is back ok again...
  37.  
  38. ciao,
  39. TeSche
  40.  
  41. PS: Is it ok that you used a different adress for this message? I replied
  42. to both the new and the known one, to be sure...
  43. -- 
  44. Torsten Scherer (TeSche, Schiller...), itschere@techfak.uni-bielefeld.de
  45. Faculty of Technology, University of Bielefeld, Germany, Europe, Earth...
  46. | Use any of "finger itschere@129.70.131.2-15" for adresses and more.|
  47. | Last updated: 14. April 1994.|
  48.